Authorizations
See the documentation for more information.
Response
200 - application/json
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"name": "Miss Pearl Hauck",
"type": "Other",
"email": "leo34@example.net",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-09-25T07:17:35.000000Z",
"updated_at": "2025-09-25T07:17:35.000000Z"
}
}
See the documentation for more information.
Show child attributes
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"name": "Miss Pearl Hauck",
"type": "Other",
"email": "leo34@example.net",
"access": {
"is_owner": false,
"data_access": false,
"data_access_expires_at": null,
"can_access_all_assets": false,
"created_at": null,
"updated_at": null
},
"created_at": "2025-09-25T07:17:35.000000Z",
"updated_at": "2025-09-25T07:17:35.000000Z"
}
}